From 332ea5f8ec1b9ffd3adeb8f7fa5286898e2f29ff Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Nov 2015 13:37:57 -0500 Subject: [PATCH] progressbar: Add diagrams to CSS documentation --- gtk/gtkprogressbar.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index e8d498772c..3339216eb8 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -68,6 +68,11 @@ * * # CSS nodes * + * |[ + * progressbar + * ╰── progress[.pulse] + * ]| + * * GtkProgressBar has a main CSS node with name progressbar and a subnode * with name progress. The subnode has the style class .pulse when in activity * mode. It gets the style classes .left, .right, .top or .bottom added when -- 2.30.2